Skip to main content

Adding Servers for Monitoring

ObserveOps (formerly known as AIOps) monitors Windows and Linux servers by discovering them through a credential profile and provisioning them as monitors. Once provisioned, ObserveOps continuously collects performance metrics and generates alerts based on what it finds. You can customize Monitor Settings for each monitor, including polling intervals, thresholds, and alert notifications.

Servers Supported

Server Type
Windows
Linux
HP-UX
IBM-AIX
Solaris
IBM-AS/400

Adding a Windows Server

Prerequisites

  1. If the server is part of a domain, use credentials for a user in the domain admin group. For standalone servers, use credentials for a local administrator.
  2. Allow traffic through firewall ports 5985 (HTTP) and 5986 (HTTPS). Enable ICMP on both ports for ping-based availability checks.
  3. Configure WinRM on the target server before discovery. Log in as the discovery user, open Command Prompt as administrator, and run:
note

The network connection must be set to Private and the winrm service must be running.

winrm set winrm/config/service/Auth @{Basic="true"}
winrm set winrm/config/service @{AllowUnencrypted="true"}
winrm set winrm/config/winrs @{MaxMemoryPerShellMB="1024"}
winrm set winrm/config/client/Auth @{Basic="true"}
winrm set winrm/config/client @{AllowUnencrypted="true"}
winrm set winrm/config/winrs @{MaxProcessesPerShell="2147483647"}
winrm set winrm/config/winrs @{MaxConcurrentUsers="100"}
winrm set winrm/config/service @{MaxConnections="50"}
winrm set winrm/config/winrs @{MaxShellsPerUser="2147483647"}
winrm set winrm/config/service @{MaxConcurrentOperationsPerUser="4294967295"}
net stop winrm
net start winrm

1. Create a Credential Profile

Go to Menu. Select Settings Settings icon. Select Discovery Settings Discovery settings icon. Select Credential Profile. The Credential Profile screen opens. Select Create Credential Profile.

Create Credential Profile button on the Credential Profile screen

The Create Credential Profile form opens.

Create Credential Profile form with Powershell protocol selected

FieldWhat to Enter
Credential Profile NameA unique name to identify this profile
ProtocolSelect Powershell
UsernameThe Windows account username with PowerShell remoting access
PasswordThe password for that account

Select Test to verify the credentials connect to the target server. Select Reset to clear all fields. Select Add Credential Profile to save.

2. Create a Discovery Profile

Go to Menu. Select Settings Settings icon. Select Discovery Settings Discovery settings icon. Select Discovery Profile. The Discovery Profile screen opens. Select Create Discovery Profile.

Create Discovery Profile button on the Discovery Profile screen

The Create Discovery Profile form opens. Server is selected by default.

Discovery Profile form with Windows server fields visible

FieldWhat to Enter
Discovery Profile NameA unique name to identify this profile
Windows / Windows ClusterSelect Windows for a single server. Select Windows Cluster for a cluster.
IP / Host / IP Range / CIDR / CSVThe address or address range of your Windows servers
CollectorsOne or more Collectors for data collection. If you skip this, ObserveOps selects a Collector automatically.
GroupsOne or more Groups to assign to provisioned monitors
Credential ProfileSelect the Powershell credential profile you just created
TagsTags to assign to discovered devices
PortPre-populated. No change needed.
Ping CheckOn by default. Toggle off to discover servers that don't respond to ping.
NotifyEmail addresses, handles, user profiles, or mobile numbers to notify when discovery completes
note

Select Collectors based on how you want to distribute the monitoring load.

Select Save and Run to save and start discovery immediately. Select Save and Exit to save without running. Select Save and Schedule to schedule discovery for a specific time.

3. Provision the Discovered Devices as Monitors

After discovery starts, ObserveOps scans the specified addresses.

Discovery Profile screen showing the Windows discovery run in progress

When the run completes, ObserveOps shows all discovered devices. Select the ones you want to add as Monitors.

Discovery screen showing Windows servers discovered and ready for provisioning

Select Add Selected Objects to provision the selected devices as monitors. ObserveOps now collects metrics from these servers continuously.

To view the monitors, go to Menu. Select Monitor. Select Server & Apps.

Monitor navigation panel with Server and Apps category selected showing provisioned Windows servers

The Windows Server is now added to ObserveOps.